Documentation for Users
1.0.2
Perception Toolbox for Virtual Reality (PTVR) Manual
|
A Textbox is the bounding box for the text you want to display. It is the container in which the text is written. A defined by:
You can set these parameters with the SetTextBoxParameters() method like this:
Then, to position your Textbox in your 3D environment, you have to define the position of its center and its orientation. PTVR offers two possibilities to position your Textbox:
Python file | Description |
---|---|
textbox_properties.py | Show the effect of the text box on the text. |